Problem Note 40033: Incorrect plot or abnormal termination with PLOTS=ALL or PLOTS=EFFECT and only CLASS variables in model
PROC LOGISTIC may take a long time to complete and the procedure or SAS may abnormally terminate if both of the following conditions are true:
- your model contains only variables which are specified in the CLASS statement, and
- in the PROC LOGISTIC statement you specify the PLOTS=EFFECT option with no effect suboptions or you specify the PLOTS=ALL option
The execution time increases with the number of combinations of the levels of the CLASS variables. When the number of combinations becomes sufficiently large, the procedure terminates abnormally issuing such error messages as Read Access Violation or other system-specific messages. SAS may also terminate.
Under the above conditions, PROC LOGISTIC does not produce the default effects plot as described in the LOGISTIC documentation. Instead of producing a plot of the predicted probability versus the first CLASS covariate with a line for each level of the second CLASS covariate, it attempts to plot the predicted probability versus all combinations of the CLASS variables.
To avoid this problem, specify effect suboptions to produce the desired plot. The default plot described in the LOGISTIC documentation is produced by specifying PLOTS=EFFECT(X=ClassVar1 SLICEBY=ClassVar2 JOIN=YES), where ClassVar1 and ClassVar2 are the first and second CLASS variables in the model respectively.
Operating System and Release Information
SAS System | SAS/STAT | z/OS | 9.2 TS1M0 | 9.3 TS1M0 |
Microsoft® Windows® for 64-Bit Itanium-based Systems | 9.2 TS1M0 | 9.3 TS1M0 |
Microsoft Windows Server 2003 Datacenter 64-bit Edition | 9.2 TS1M0 | 9.3 TS1M0 |
Microsoft Windows Server 2003 Enterprise 64-bit Edition | 9.2 TS1M0 | 9.3 TS1M0 |
Microsoft Windows XP 64-bit Edition | 9.2 TS1M0 | 9.3 TS1M0 |
Microsoft® Windows® for x64 | 9.2 TS1M0 | 9.3 TS1M0 |
Microsoft Windows Server 2003 Datacenter Edition | 9.2 TS1M0 | 9.3 TS1M0 |
Microsoft Windows Server 2003 Enterprise Edition | 9.2 TS1M0 | 9.3 TS1M0 |
Microsoft Windows Server 2003 Standard Edition | 9.2 TS1M0 | 9.3 TS1M0 |
Microsoft Windows XP Professional | 9.2 TS1M0 | 9.3 TS1M0 |
Windows Vista | 9.2 TS1M0 | 9.3 TS1M0 |
Windows Vista for x64 | 9.2 TS1M0 | 9.3 TS1M0 |
64-bit Enabled AIX | 9.2 TS1M0 | 9.3 TS1M0 |
64-bit Enabled HP-UX | 9.2 TS1M0 | 9.3 TS1M0 |
64-bit Enabled Solaris | 9.2 TS1M0 | 9.3 TS1M0 |
HP-UX IPF | 9.2 TS1M0 | 9.3 TS1M0 |
Linux | 9.2 TS1M0 | 9.3 TS1M0 |
Linux for x64 | 9.2 TS1M0 | 9.3 TS1M0 |
OpenVMS on HP Integrity | 9.2 TS1M0 | 9.3 TS1M0 |
Solaris for x64 | 9.2 TS1M0 | 9.3 TS1M0 |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
Type: | Problem Note |
Priority: | high |
Topic: | SAS Reference ==> Procedures ==> LOGISTIC Analytics ==> Categorical Data Analysis Analytics ==> Regression
|
Date Modified: | 2011-05-31 11:23:50 |
Date Created: | 2010-06-17 13:05:52 |